mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-26 02:00:46 +09:00
13 lines
198 B
PHP
13 lines
198 B
PHP
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
/**
|
|
* RuntimeException.
|
|
*
|
|
* @author Joseph Bielawski <stloyd@gmail.com>
|
|
*/
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
}
|