scimserviceprovider/lib/Exception/AuthException.php

9 lines
110 B
PHP
Raw Normal View History

2023-03-03 11:21:27 +00:00
<?php
namespace OCA\SCIMServiceProvider\Exception;
use Exception;
class AuthException extends Exception
{
}