| 1 | <?php |
||
| 20 | class InvalidAssetHandle extends \InvalidArgumentException implements Exception { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Create a new instance of the exception for a asset handle that is not |
||
| 24 | * valid. |
||
| 25 | * |
||
| 26 | * @since %VERSION% |
||
| 27 | * |
||
| 28 | * @param int $handle Asset handle that is not valid. |
||
| 29 | * |
||
| 30 | * @return static |
||
| 31 | */ |
||
| 32 | public static function from_handle( $handle ) { |
||
| 40 | } |
||
| 41 |