Raised when an invalid or conflicting function argument is supplied. This error generally corresponds to construction time state errors.
| 155 | |
| 156 | |
| 157 | class ArgumentError(SQLAlchemyError): |
| 158 | """Raised when an invalid or conflicting function argument is supplied. |
| 159 | |
| 160 | This error generally corresponds to construction time state errors. |
| 161 | |
| 162 | """ |
| 163 | |
| 164 | |
| 165 | class DuplicateColumnError(ArgumentError): |
no outgoing calls
no test coverage detected