raspisms/descartes/exceptions/DescartesExceptionSqlError.php

5 lines
108 B
PHP
Executable file

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