Shikiryu_Backup/app/code/exceptions/ScenarioNotFoundException.php
2020-04-17 12:08:51 +02:00

11 lines
110 B
PHP

<?php
namespace Shikiryu\Exceptions;
use Exception;
class ScenarioNotFoundException extends Exception
{
}