mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 11:30:16 +02:00
Remove comments
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Intervention\Image\Encoders;
|
||||
|
||||
use Intervention\Gif\Exception\EncoderException;
|
||||
use Intervention\Image\Interfaces\EncodedImageInterface;
|
||||
use Intervention\Image\Interfaces\EncoderInterface;
|
||||
use Intervention\Image\Interfaces\ImageInterface;
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class AnimationException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ColorException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class DecoderException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class FontException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class GeometryException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class InputException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class NotSupportedException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class NotWritableException extends \RuntimeException
|
||||
{
|
||||
# nothing to override
|
||||
}
|
||||
|
@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
|
||||
|
||||
class RuntimeException extends \RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
Reference in New Issue
Block a user