lean-api/src/Exception/RegexFormatException.php

5 lines
101 B
PHP

<?php
namespace Lean\Api\Exception;
class RegexFormatException extends \InvalidArgumentException {}