for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DavidePastore\Ipinfo\Exception;
/**
* In the case you use an invalid token.
*/
class InvalidTokenException extends IpInfoException
{
}