You are here

SmsStorageException.php in SMS Framework 8

File

src/Exception/SmsStorageException.php
View source
<?php

namespace Drupal\sms\Exception;


/**
 * Thrown when an invalid operation occurs during SMS storage.
 */
class SmsStorageException extends SmsException {

}

Classes

Namesort descending Description
SmsStorageException Thrown when an invalid operation occurs during SMS storage.