for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TarfinLabs\Netgsm\Exceptions;
class InvalidConfiguration extends AbstractNetgsmException
{
/**
* @return static
*/
public static function configurationNotSet()
return new static('In order to send notification via netgsm you need to add credentials in the `credentials` key of `config.netgsm`.');
}