mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
first refonte
This commit is contained in:
commit
9e9cd47b91
226 changed files with 34307 additions and 0 deletions
4
descartes/exceptions/DescartesException404.php
Executable file
4
descartes/exceptions/DescartesException404.php
Executable file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class DescartesException404 extends Exception {};
|
||||
|
4
descartes/exceptions/DescartesExceptionConsoleInvocationError.php
Executable file
4
descartes/exceptions/DescartesExceptionConsoleInvocationError.php
Executable file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class DescartesExceptionConsoleInvocationError extends Exception {};
|
||||
|
4
descartes/exceptions/DescartesExceptionRouterInvocationError.php
Executable file
4
descartes/exceptions/DescartesExceptionRouterInvocationError.php
Executable file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class DescartesExceptionRouterInvocationError extends Exception {};
|
||||
|
4
descartes/exceptions/DescartesExceptionRouterUrlGenerationError.php
Executable file
4
descartes/exceptions/DescartesExceptionRouterUrlGenerationError.php
Executable file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class DescartesExceptionRouterUrlGenerationError extends Exception {};
|
||||
|
4
descartes/exceptions/DescartesExceptionTemplateNotReadable.php
Executable file
4
descartes/exceptions/DescartesExceptionTemplateNotReadable.php
Executable file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class DescartesExceptionTemplateNotReadable extends Exception {};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue