rtckit/php-esl

View on GitHub
src/Exception/ESLException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * RTCKit\ESL\Exception\ESLException Class
 */
declare(strict_types = 1);

namespace RTCKit\ESL\Exception;

use Exception;

/**
 * Generic ESL exception
 */
class ESLException extends Exception
{
}