Shikiryu_Backup/app/code/exceptions/ScenarioNotFoundException.php

10 lines
109 B
PHP

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