for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fouladgar\MobileVerification\Exceptions;
use Exception;
class SMSClientNotFoundException extends Exception
{
/**
* {@inheritdoc}
*/
public function __construct()
parent::__construct('SMS client is not specified in config file.');
}