deblan.tv/vendor/trinity/src/Trinity/Component/Exception/FileMethodNotFoundException.php
2015-03-02 21:57:49 +01:00

8 lines
104 B
PHP

<?php
namespace Trinity\Component\Exception;
class FileMethodNotFoundException extends \Exception
{
}