Shikiryu_Backup/app/code/exceptions/ScenarioException.php

11 lines
102 B
PHP

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