mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
app
code
Transport
backup
exceptions
BackupException.php
ComposerNotFoundException.php
DistantException.php
LocalException.php
ScenarioException.php
ScenarioNotFoundException.php
TransportException.php
Scenario.php
scenario
temp
docs
tests
.gitignore
README.md
composer.json
composer.lock
phpunit.xml
10 lines
109 B
PHP
10 lines
109 B
PHP
<?php
|
|
|
|
namespace Shikiryu\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ScenarioNotFoundException extends Exception
|
|
{
|
|
|
|
} |