7 lines
105 B
PHP
7 lines
105 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Exceptions\Import;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class ObjectExistsException extends Exception {}
|