diff --git a/src/ncc/Abstracts/ExceptionCodes.php b/src/ncc/Abstracts/ExceptionCodes.php index 391b0ba..a142b61 100644 --- a/src/ncc/Abstracts/ExceptionCodes.php +++ b/src/ncc/Abstracts/ExceptionCodes.php @@ -44,4 +44,7 @@ * @see MalformedJsonException */ const MalformedJsonException = -1705; + + + const RuntimeException = -1706; } \ No newline at end of file diff --git a/src/ncc/Exceptions/RuntimeException.php b/src/ncc/Exceptions/RuntimeException.php new file mode 100644 index 0000000..a3ddb60 --- /dev/null +++ b/src/ncc/Exceptions/RuntimeException.php @@ -0,0 +1,20 @@ +