<?php declare(strict_types=1); namespace Drupal\smsplatform\Exception; /** * Base exception thrown for any SMS operations. */ class SmsException extends \RuntimeException {}
Главная | Обратная связь