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