From 98dba661b1bc4b7744eecf52d558279fa0b6c5aa Mon Sep 17 00:00:00 2001 From: pxgamer Date: Sat, 20 Oct 2018 18:15:14 +0100 Subject: [PATCH] Change namespace to Arionum\Node --- include/Exception.php | 2 +- include/InitialPeers.php | 2 +- sanity.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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); }