7 lines
102 B
PHP

<?php
namespace App\Exceptions\Import;
use Exception;
class AttributeException extends Exception {}