Stubbing out some new classes

This commit is contained in:
Josh Sherman 2014-09-26 07:36:50 -04:00
parent 7108c2c440
commit 824faffcc6
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
class PicklesException extends Exception
{
}

7
src/classes/Filter.php Normal file
View file

@ -0,0 +1,7 @@
<?php
class Filter
{
}