Browse
For agents
About
Loginizer
/
trunk
Loginizer
vtrunk
Switch version
2.1.0
2.0.9
2.0.8
1.9.8
1.9.9
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
trunk
1.0
1.0.1
1.0.2
1.1.0
1.1.1
1.2.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
All 74 releases
Overview
Code
loginizer
/
lib
/
hybridauth
/
Exception
/
BadMethodCallException.php
BadMethodCallException.php
in Loginizer trunk, at lib/hybridauth/Exception/BadMethodCallException.php
18 lines
432 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/*
!
3
* Hybridauth
4
* https://hybridauth.github.io | https://github.com/hybridauth/hybridauth
5
* (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html
6
*/
7
8
namespace
Hybridauth
\
Exception
;
9
10
/**
11
* BadMethodCallException
12
*
13
* Exception thrown if a callback refers to an undefined method or if some arguments are missing.
14
*/
15
class
BadMethodCallException
extends
RuntimeException
implements
ExceptionInterface
16
{
17
}
18