| 1 | <?php |
||
| 20 | class EmptyArray extends InvalidArgumentException implements Exception { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Create a new instance of an exception when an empty array is provided. |
||
| 24 | * |
||
| 25 | * @since %VERSION% |
||
| 26 | * |
||
| 27 | * @param string $function The function name. |
||
| 28 | * |
||
| 29 | * @return static |
||
| 30 | */ |
||
| 31 | public static function from_function( $function ) { |
||
| 36 | } |
||
| 37 |