ValidationException.php 138 B

123456789
  1. <?php
  2. namespace MGModule\DNSManager2\mgLibs\custom\exceptions;
  3. use \Exception;
  4. class ValidationException extends Exception {
  5. }