1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-02 22:36:29 +02:00
raspisms/descartes/exceptions/DescartesExceptionConsoleInvocationError.php

5 lines
122 B
PHP
Executable file

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