/home/smartonegroup/public_html/system/vendor/rakit/validation/src/RuleNotFoundException.php
<?php

namespace Rakit\Validation;

use Exception;

class RuleNotFoundException extends Exception
{
}