Shikiryu_Backup/app/code/exceptions/ScenarioException.php

10 lines
101 B
PHP
Raw Normal View History

2020-04-16 18:02:46 +02:00
<?php
namespace Shikiryu\Exceptions;
use Exception;
class ScenarioException extends Exception
{
}