Repository URL to install this package:
|
Version:
0.2.1774372608 ▾
|
<?php
/*!
* Authifly
* https://hybridauth.github.io | https://github.com/mailoptin/authifly
* (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html
*/
namespace Authifly\Exception;
/**
* BadMethodCallException
*
* Exception thrown if a callback refers to an undefined method or if some arguments are missing.
*/
class BadMethodCallException extends RuntimeException implements ExceptionInterface
{
}