trinity-cms-bundles/src/Trinity/Component/Exception/FileMethodNotFoundException.php
2015-03-03 18:51:20 +01:00

8 lines
104 B
PHP

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