1 | <?php |
||
14 | class InvalidProfileFormatException extends InvalidArgumentException |
||
15 | { |
||
16 | /* ----------------------------------------------------------------- |
||
17 | | Main Methods |
||
18 | | ----------------------------------------------------------------- |
||
19 | */ |
||
20 | |||
21 | /** |
||
22 | * Make a new exception. |
||
23 | * |
||
24 | * @param string $format |
||
25 | * @param array $supportedFormat |
||
26 | * |
||
27 | * @return \Arcanedev\Gravatar\Exceptions\InvalidProfileFormatException |
||
28 | */ |
||
29 | 4 | public static function make(string $format, array $supportedFormat) |
|
39 | } |
||
40 |