You are here

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

File

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

namespace Drupal\simple_oauth\Service\Exception;

use Exception;

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

}

Classes

Namesort descending Description
ExtensionNotLoadedException @internal