diff --git a/resources/autoload.php b/resources/autoload.php index 5d6dbcfa..e74c7fad 100644 --- a/resources/autoload.php +++ b/resources/autoload.php @@ -28,6 +28,7 @@ require_once __DIR__ . "/lib/exceptions/NoDieException.php"; require_once __DIR__ . "/lib/exceptions/SSOException.php"; require_once __DIR__ . "/lib/exceptions/ArrayKeyException.php"; +require_once __DIR__ . "/lib/exceptions/CurlException.php"; require_once __DIR__ . "/lib/exceptions/EntryNotFoundException.php"; require_once __DIR__ . "/lib/exceptions/EnsureException.php"; require_once __DIR__ . "/lib/exceptions/EncodingUnknownException.php"; diff --git a/resources/lib/UnityGithub.php b/resources/lib/UnityGithub.php index cea01e4f..e289bbb1 100644 --- a/resources/lib/UnityGithub.php +++ b/resources/lib/UnityGithub.php @@ -1,6 +1,7 @@ key attribute diff --git a/resources/lib/exceptions/CurlException.php b/resources/lib/exceptions/CurlException.php new file mode 100644 index 00000000..7c7c2e36 --- /dev/null +++ b/resources/lib/exceptions/CurlException.php @@ -0,0 +1,5 @@ +