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