14 lines
198 B
PHP
Executable File
14 lines
198 B
PHP
Executable File
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
/**
|
|
* RuntimeException
|
|
*
|
|
* @author Joseph Bielawski <stloyd@gmail.com>
|
|
*/
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
|
|
}
|