8 lines
84 B
PHP
8 lines
84 B
PHP
<?php
|
|
|
|
namespace Rakit\Validation;
|
|
|
|
class RuleQuashException extends \Exception
|
|
{
|
|
}
|