You are here

class InvalidRedirectResponseException in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/Exception/InvalidRedirectResponseException.php \Drupal\rabbit_hole\Exception\InvalidRedirectResponseException

Exception for invalid redirect response.

Hierarchy

Expanded class hierarchy of InvalidRedirectResponseException

1 file declares its use of InvalidRedirectResponseException
PageRedirect.php in src/Plugin/RabbitHoleBehaviorPlugin/PageRedirect.php

File

src/Exception/InvalidRedirectResponseException.php, line 8

Namespace

Drupal\rabbit_hole\Exception
View source
class InvalidRedirectResponseException extends \Exception {

}

Members