()
| 61 | } |
| 62 | |
| 63 | func (m *UnsupportedValueType) Error() string { |
| 64 | return "couldn't map interface to any implementation of it: " + m.variable |
| 65 | } |
| 66 | |
| 67 | // UnsupportedOperationTokenError - error thrown when engine found unsupported operation token |
| 68 | // (supported are: AND, OR) |
no outgoing calls