1 | <?php namespace Arcanedev\Gravatar\Exceptions; |
||
9 | class InvalidProfileFormatException extends \InvalidArgumentException |
||
10 | { |
||
11 | /** |
||
12 | * Make a new exception. |
||
13 | * |
||
14 | * @param string $format |
||
15 | * @param array $supportedFormat |
||
16 | * |
||
17 | * @return \Arcanedev\Gravatar\Exceptions\InvalidProfileFormatException |
||
18 | */ |
||
19 | 4 | public static function make($format, array $supportedFormat) |
|
29 | } |
||
30 |