for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LivePersonInc\LiveEngageLaravel\Exceptions;
use Exception;
/**
* @codeCoverageIgnore
*/
class LoginFailure extends LiveEngageException
{
public function __construct()
parent::__construct('Login failed. Do you have the `User Login` API enabled for this keyset?');
}