🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 21:42:35 | PHP 8.1.34
📂
/ (Root)
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
loginizer
/
lib
/
hybridauth
/
Exception
📍 /var/softaculous/sitepad/editor/site-data/plugins/loginizer/lib/hybridauth/Exception
🔄 Refresh
✏️
Editing: BadMethodCallException.php
Read Only
<?php /*! * Hybridauth * https://hybridauth.github.io | https://github.com/hybridauth/hybridauth * (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html */ namespace Hybridauth\Exception; /** * BadMethodCallException * * Exception thrown if a callback refers to an undefined method or if some arguments are missing. */ class BadMethodCallException extends RuntimeException implements ExceptionInterface { }
💾 Save Changes
❌ Cancel