6 lines
74 B
PHP
6 lines
74 B
PHP
<?php
|
|
namespace App\Import;
|
|
|
|
class ImportException extends \Exception{
|
|
|
|
}
|