php-shell/lib/Exception/ShellException.php

8 lines
102 B
PHP

<?php
namespace NoccyLabs\Shell\Exception;
use Exception;
class ShellException extends Exception
{}