InvalidRedirectResponseException.php in Rabbit Hole 2.x
Same filename and directory in other branches
Namespace
Drupal\rabbit_hole\ExceptionFile
src/Exception/InvalidRedirectResponseException.phpView source
<?php
namespace Drupal\rabbit_hole\Exception;
/**
* Exception for invalid redirect response.
*/
class InvalidRedirectResponseException extends \Exception {
}
Classes
Name | Description |
---|---|
InvalidRedirectResponseException | Exception for invalid redirect response. |