Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mailoptin/authifly / src / Exception / InvalidArgumentException.php
Size: Mime:
<?php
/*!
* Authifly
* https://hybridauth.github.io | https://github.com/mailoptin/authifly
*  (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html
*/

namespace Authifly\Exception;

/**
 * InvalidArgumentException
 *
 * Exception thrown if an argument is not of the expected type.
 */
class InvalidArgumentException extends RuntimeException implements ExceptionInterface
{
}