raspisms/descartes/exceptions/DescartesExceptionTemplateNotReadable.php

5 lines
119 B
PHP
Executable file

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