DBXE/classes/Modules/DocuvitaApi/Exception/UnauthorizedException.php

8 lines
156 B
PHP

<?php
namespace Xentral\Modules\DocuvitaApi\Exception;
class UnauthorizedException extends \RuntimeException implements DocuvitaApiExceptionInterface
{
}