nathanmac/Responder

View on GitHub
src/Exceptions/ResponderException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Nathanmac\Utilities\Responder\Exceptions;

use Exception;

/**
 * Responder Exception, throw when payload data is invalid or not accessible.
 *
 * @package    Nathanmac\Utilities\Responder\Exceptions
 * @author     Nathan Macnamara <nathan.macnamara@outlook.com>
 * @license    https://github.com/nathanmac/Responder/blob/master/LICENSE.md  MIT
 */
class ResponderException extends Exception
{
}