1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-12 19:16:26 +02:00
raspisms/descartes/exceptions/DescartesExceptionTemplateNotReadable.php
2019-11-08 19:17:07 +01:00

5 lines
119 B
PHP

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