You are here

FilesystemValidationException.php in Simple OAuth (OAuth2) & OpenID Connect 5.x

File

src/Service/Exception/FilesystemValidationException.php
View source
<?php

namespace Drupal\simple_oauth\Service\Exception;

use Exception;

/**
 * @internal
 */
class FilesystemValidationException extends Exception {

}

Classes

Namesort descending Description
FilesystemValidationException @internal