raspisms/descartes/exceptions/DescartesExceptionSqlError.php
2020-02-21 03:55:14 +01:00

5 lines
108 B
PHP

<?php
namespace descartes\exceptions;
class DescartesExceptionSqlError extends \Exception {};