Cleaned up the repositories

This commit is contained in:
Graham Campbell
2015-01-01 18:38:38 +00:00
parent 36b1e1b5d8
commit 670b7b7a73
11 changed files with 313 additions and 57 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace CachetHQ\Cachet\Repositories;
use Exception;
class InvalidModelValidationException extends Exception
{
//
}