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