Excluded more files from the "old" libraries and included new ones instead. This should greatly clean up the code base.

This commit is contained in:
James Cole
2014-11-12 07:31:48 +01:00
parent 5cb9907bf8
commit 638fa9005f
9 changed files with 53 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace FireflyIII\Exception;
/**
* Class ValidationException
*
* @package Firefly\Exception
*/
class ValidationException extends \Exception {
}