@@ -0,0 +1,7 @@
+<?php
+
+namespace Intervention\Image\Exceptions;
+
+class EncoderException extends \RuntimeException
+{
+}