mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-14 13:40:09 +01:00
8 lines
84 B
PHP
8 lines
84 B
PHP
|
<?php
|
||
|
|
||
|
namespace Rakit\Validation;
|
||
|
|
||
|
class RuleQuashException extends \Exception
|
||
|
{
|
||
|
}
|