php-shell/lib/Exception/ShellException.php

8 lines
102 B
PHP
Raw Normal View History

2016-11-01 14:12:11 +00:00
<?php
namespace NoccyLabs\Shell\Exception;
use Exception;
class ShellException extends Exception
{}