10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace KupShop\OrderingBundle\Exception;
|
|
|
|
class IgnoreAttachmentException extends AttachmentException
|
|
{
|
|
}
|