You are here

class InvalidIPException in Restrict Login or Role Access by IP Address 8.4

Hierarchy

  • class \Drupal\restrict_by_ip\Exception\InvalidIPException extends \Drupal\restrict_by_ip\Exception\Exception

Expanded class hierarchy of InvalidIPException

5 files declare their use of InvalidIPException
IPTools.php in src/IPTools.php
LoginSettingsForm.php in src/Form/LoginSettingsForm.php
RoleSettingsForm.php in src/Form/RoleSettingsForm.php
UnitTest.php in tests/src/Unit/UnitTest.php
UserSettingsForm.php in src/Form/UserSettingsForm.php

File

src/Exception/InvalidIPException.php, line 5

Namespace

Drupal\restrict_by_ip\Exception
View source
class InvalidIPException extends \Exception {

}

Members