refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
10
vendor/intervention/image/src/Exceptions/AnalyzerException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/AnalyzerException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class AnalyzerException extends DriverException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/ArgumentException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/ArgumentException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ArgumentException extends LogicException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/ColorDecoderException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/ColorDecoderException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ColorDecoderException extends DecoderException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/ColorException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/ColorException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ColorException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/DecoderException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/DecoderException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class DecoderException extends DriverException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/DirectoryNotFoundException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/DirectoryNotFoundException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class DirectoryNotFoundException extends FilesystemException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/DriverException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/DriverException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class DriverException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/EncoderException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/EncoderException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class EncoderException extends DriverException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/FileNotFoundException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/FileNotFoundException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class FileNotFoundException extends FilesystemException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/FileNotReadableException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/FileNotReadableException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class FileNotReadableException extends FilesystemException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/FileNotWritableException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/FileNotWritableException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class FileNotWritableException extends FilesystemException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/FilesystemException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/FilesystemException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class FilesystemException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/ImageDecoderException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/ImageDecoderException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ImageDecoderException extends DecoderException
|
||||
{
|
||||
//
|
||||
}
|
||||
13
vendor/intervention/image/src/Exceptions/ImageException.php
vendored
Normal file
13
vendor/intervention/image/src/Exceptions/ImageException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
use Intervention\Image\Interfaces\ExceptionInterface;
|
||||
use Exception;
|
||||
|
||||
abstract class ImageException extends Exception implements ExceptionInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/InvalidArgumentException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/InvalidArgumentException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class InvalidArgumentException extends ArgumentException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/LogicException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/LogicException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class LogicException extends ImageException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/MissingDependencyException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/MissingDependencyException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class MissingDependencyException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/ModifierException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/ModifierException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class ModifierException extends DriverException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/NotSupportedException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/NotSupportedException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class NotSupportedException extends LogicException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/RuntimeException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/RuntimeException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class RuntimeException extends ImageException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/StateException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/StateException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class StateException extends LogicException
|
||||
{
|
||||
//
|
||||
}
|
||||
10
vendor/intervention/image/src/Exceptions/StreamException.php
vendored
Normal file
10
vendor/intervention/image/src/Exceptions/StreamException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image\Exceptions;
|
||||
|
||||
class StreamException extends FilesystemException
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user