File "RuleNotFoundException.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/rakit/validation/src/RuleNotFoundException.php
File size: 102 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Rakit\Validation;

use Exception;

class RuleNotFoundException extends Exception
{
}