You are here

SmsException.php in SMS Framework 2.x

Same filename and directory in other branches
  1. 8 src/Exception/SmsException.php
  2. 2.1.x src/Exception/SmsException.php

File

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

declare (strict_types=1);
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.