| 1 | <?php |
||
| 14 | class FormulaEngineException extends Exception |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | private $formula; |
||
| 20 | |||
| 21 | public static function fromException(Throwable $previous, string $formula, string $message = null): FormulaEngineException |
||
| 38 | 1 | ||
| 39 | 1 | public static function create(string $formula, string $message) |
|
| 49 | |||
| 50 | 1 | public function getFormula(): ?string |
|
| 54 | } |
||
| 55 |