Some cleaning up.

This commit is contained in:
James Cole
2014-09-19 23:05:57 +02:00
parent c1ba8dc6a7
commit c39c59fff5
6 changed files with 204 additions and 79 deletions

View File

@@ -0,0 +1,18 @@
<?php
/**
* Created by PhpStorm.
* User: sander
* Date: 19/09/14
* Time: 21:42
*/
namespace Firefly\Exception;
/**
* Class ValidationException
*
* @package Firefly\Exception
*/
class ValidationException extends \Exception {
}