1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-13 11:36:27 +02:00
raspisms/descartes/exceptions/DescartesExceptionSqlError.php

5 lines
108 B
PHP
Executable file

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