1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-15 04:26:27 +02:00
raspisms/descartes/exceptions/DescartesExceptionTemplateNotReadable.php
2019-10-29 18:33:30 +01:00

5 lines
118 B
PHP

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