Ajout Exception.

This commit is contained in:
2017-10-03 18:10:59 +02:00
parent 6608d12b1c
commit 9d418d5623
3 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Meoran\Images\Exception;
class InvalidContent extends \Exception
{
}