Shikiryu_Backup/app/code/exceptions/ScenarioException.php

10 lines
101 B
PHP

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