You are here

IPOutOfRangeException.php in Restrict Login or Role Access by IP Address 8.4

File

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

namespace Drupal\restrict_by_ip\Exception;

class IPOutOfRangeException extends \Exception {

}

Classes