Exception raised for mappings with incompatible axes.
| 80 | |
| 81 | |
| 82 | class AxisMismatchException(Exception): |
| 83 | """ |
| 84 | Exception raised for mappings with incompatible axes. |
| 85 | """ |
| 86 | pass |
| 87 | |
| 88 | |
| 89 | def compose(base_map, next_map): |
nothing calls this directly
no outgoing calls
no test coverage detected