2013-01-30 11:38:30 -08:00

14 lines
198 B
PHP
Executable File

<?php
namespace Github\Exception;
/**
* RuntimeException
*
* @author Joseph Bielawski <stloyd@gmail.com>
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}