diff --git a/system/pancake/core/Pancake_Exceptions.php b/system/pancake/core/Pancake_Exceptions.php index 92e2d9a..8e97a28 100755 --- a/system/pancake/core/Pancake_Exceptions.php +++ b/system/pancake/core/Pancake_Exceptions.php @@ -266,7 +266,8 @@ class Pancake_Exceptions extends CI_Exceptions { # Ignore known deprecation notices: $known_deprecated_vendor_folders = [ - "google/apiclient" + "google/apiclient", + "nesbot" ]; if ($code === E_DEPRECATED) { foreach ($known_deprecated_vendor_folders as $folder) {