| class CAST_EXC < $STR |
|---|
| **** | Exception that is raised when a CAST{T}::from call fails |
| $STR |
| attr caster: $OB; |
|---|
| **** | Mainly so that we can find out the class name of the cast for error reporting. |
| attr ob: $OB; |
|---|
| **** | class name of the cast for error reporting. |
| create(ob: $OB,caster: $OB): SAME |
|---|
| str: STR |
|---|
| attr caster: $OB; |
|---|
| **** | Mainly so that we can find out the class name of the cast for error reporting. |
| attr ob: $OB; |
|---|
| **** | class name of the cast for error reporting. |