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

8 lines
115 B
PHP

<?php
namespace Trinity\Bundle\AdminBundle\Exception;
class FilterMethodNotFoundException extends \Exception
{
}