12 lines
198 B

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