diff --git a/include/Exception.php b/include/Exception.php index e724369..68b9b8e 100644 --- a/include/Exception.php +++ b/include/Exception.php @@ -1,6 +1,6 @@ getAll(); - } catch (\Arionum\Exception $e) { + } catch (\Arionum\Node\Exception $e) { @unlink('tmp/sanity-lock'); die($e->getMessage().PHP_EOL); }