<?php declare(strict_types=1); namespace smpp\exceptions; use RuntimeException; /** * Class SmppException * @package smpp\exceptions */ class SmppException extends RuntimeException { }