mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
namespace descartes\exceptions;
|
|
|
|
class DescartesException404 extends Exception {};
|
|
|