| immutable class FMT_ERROR < $STR |
|---|
| **** | Errors raised by FMT belong to this class. |
| $STR |
| attr error: INT; |
|---|
| **** | Error type as defined in FMT_ERROR_FLAGS. |
| attr str: STR; |
|---|
| **** | Literal message for the user providing more information. |
| create(err:INT,s:STR): SAME |
|---|
| create(s:STR): SAME |
|---|
| attr error: INT; |
|---|
| **** | Error type as defined in FMT_ERROR_FLAGS. |
| attr str: STR; |
|---|
| **** | Literal message for the user providing more information. |