mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
5 lines
122 B
PHP
5 lines
122 B
PHP
<?php
|
|
namespace descartes\exceptions;
|
|
|
|
class DescartesExceptionConsoleInvocationError extends \Exception {};
|
|
|