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