We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: File: "Classes/Library/IRC/Connection/Exception.php" not found. in ~/IRCBot/Classes/Autoloader.php on line 40
I've looked in your repo but do not see this file
The text was updated successfully, but these errors were encountered:
Nope, The autoloader is trying to load the Exception.php
There must be an Exception and I don't know why the autoloader is trying to load the Exception-Class.
It's a Class inside PHP 5.1.0. Perhaps your PHP is a 4.x or something else?
Sorry, something went wrong.
Running PHP 5.3.x and the error is I can't connect with fopensocket which is fine but I get the above message. I also used a try catch in my bot
try { $bot->connectToServer(); } catch(Exception $e) { echo 'Exception Message: ' .$e->getMessage(); }
but still the same error.
If I just add a shell Exception.php file the file note found goes away but I get another fatal error.
I'm sure once I fix the socket issue and can connect the problem will correct itself but wanted to bring this to someones attention
No branches or pull requests
Exception: File: "Classes/Library/IRC/Connection/Exception.php" not found. in ~/IRCBot/Classes/Autoloader.php on line 40
I've looked in your repo but do not see this file
The text was updated successfully, but these errors were encountered: