mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
5 lines
122 B
PHP
Executable file
5 lines
122 B
PHP
Executable file
<?php
|
|
namespace descartes\exceptions;
|
|
|
|
class DescartesExceptionConsoleInvocationError extends \Exception {};
|
|
|