Raised when an invalid type is passed to a binding.
| 28 | |
| 29 | |
| 30 | class InvalidBindingParameter(Exception): |
| 31 | """Raised when an invalid type is passed to a binding.""" |
| 32 | |
| 33 | |
| 34 | class NullPointerError(Exception): |
no outgoing calls
no test coverage detected