You are here

MissingKeyException.php in Bakery Single Sign-On System 8.2

File

src/Exception/MissingKeyException.php
View source
<?php

namespace Drupal\bakery\Exception;

class MissingKeyException extends \RuntimeException {

}

Classes