repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump version to 3.2.1
[kohana-core.git]
/
classes
/
validation
/
exception.php
blob
e067f30982e1f7b43899e12d9feed62adad72964
1
<
?php
defined
(
'SYSPATH'
)
or die
(
'No direct script access.'
);
2
3
class
Validation_Exception
extends
Kohana_Validation_Exception
{}