You are here

InvalidRedirectResponseException.php in Rabbit Hole 8

Same filename and directory in other branches
  1. 2.x src/Exception/InvalidRedirectResponseException.php

File

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

namespace Drupal\rabbit_hole\Exception;


/**
 * Exception for invalid redirect response.
 */
class InvalidRedirectResponseException extends \Exception {

}

Classes

Namesort descending Description
InvalidRedirectResponseException Exception for invalid redirect response.