8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace KupShop\CheckAppBundle\Exception;
|
|
|
|
class StockInException extends \Exception
|
|
{
|
|
}
|