expressly/php-common

View on GitHub
src/Exception/UnauthorizedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Expressly\Exception;

class UnauthroizedException extends GenericException
{
}