10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace KupShop\PreordersBundle\Exception;
|
|
|
|
class UnsupportedOperationException extends \RuntimeException
|
|
{
|
|
}
|