You are here

SmsException.php in SMS Framework 8

File

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

namespace Drupal\sms\Exception;


/**
 * Base exception thrown for any SMS operations.
 */
class SmsException extends \RuntimeException {

}

Classes

Namesort descending Description
SmsException Base exception thrown for any SMS operations.