Namespace DSchoenbauer\Sql\Exception
| EmptyDatasetException | A volume of data is required to complete given operation but no data is provided |
| ExecutionErrorException | Thrown when an error occurs during the execution of a query, message MUST be populated for a better context of the error |
| MethodNotValidException | Called when method is not valid for a given object |
| SqlExceptionInterface | a common interface for all exceptions of this library |