1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-01 11:30:16 +02:00

Remove comments

This commit is contained in:
Oliver Vogel
2024-01-07 10:04:31 +01:00
parent 08cdd3dcba
commit fd5a862939
10 changed files with 0 additions and 10 deletions

View File

@@ -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;

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class AnimationException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class ColorException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class DecoderException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class FontException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class GeometryException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class InputException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class NotSupportedException extends \RuntimeException
{
//
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class NotWritableException extends \RuntimeException
{
# nothing to override
}

View File

@@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions;
class RuntimeException extends \RuntimeException
{
//
}