Commit 46add80a by Maikel Brouwer

Add missing Exception when wrong validator is used

parent 10af7f05
......@@ -10,6 +10,7 @@ namespace yii\validators;
use Yii;
use yii\base\Component;
use yii\base\NotSupportedException;
use yii\base\InvalidConfigException;
/**
* Validator is the base class for all validators.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment