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