| 1 | <?php namespace Arcanedev\LaravelMetrics\Exceptions; |
||
| 11 | class ExpressionNotFound extends InvalidArgumentException |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Make a new exception. |
||
| 15 | * |
||
| 16 | * @param string $name |
||
| 17 | * @param string $driver |
||
| 18 | * |
||
| 19 | * @return \Arcanedev\LaravelMetrics\Exceptions\ExpressionNotFound |
||
| 20 | */ |
||
| 21 | 8 | public static function make(string $name, string $driver) |
|
| 25 | } |
||
| 26 |