mautic / app /bundles /NotificationBundle /Exception /MissingApiKeyException.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
164 Bytes
<?php
namespace Mautic\NotificationBundle\Exception;
class MissingApiKeyException extends \Exception
{
protected $message = 'Missing Notification API Key';
}