1 | <?php |
||
14 | class ExpressionNotFound extends InvalidArgumentException |
||
15 | { |
||
16 | /** |
||
17 | * Make a new exception. |
||
18 | * |
||
19 | * @param string $name |
||
20 | * @param string $driver |
||
21 | * |
||
22 | * @return \Arcanedev\LaravelMetrics\Exceptions\ExpressionNotFound |
||
23 | */ |
||
24 | 8 | public static function make(string $name, string $driver) |
|
28 | } |
||
29 |