diff --git a/lib/Catcher/Handler.php b/lib/Catcher/Handler.php index 4bd2713..4ca0245 100644 --- a/lib/Catcher/Handler.php +++ b/lib/Catcher/Handler.php @@ -73,10 +73,6 @@ abstract class Handler { foreach ($options as $key => $value) { $this->setOption($key, $value); } - - if ($this->_varExporter === null) { - $this->_varExporter = fn(mixed $value): string|bool => print_r($value, true); - } }