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