refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
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
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user