ConLite/conlite/classes/Exceptions/FileNotFoundException.php

8 Zeilen
95 B
PHP

<?php
namespace ConLite\Exceptions;
class FileNotFoundException extends RuntimeException
{
}