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 and code name
[kohana-core.git]
/
classes
/
UTF8
/
Exception.php
blob
498a6d1d9133742b07896ba7eb155777f01371d1
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct script access.'
);
2
/**
3
* @package Kohana
4
* @category Exceptions
5
* @author Kohana Team
6
* @copyright (c) 2009-2012 Kohana Team
7
* @license http://kohanaframework.org/license
8
*/
9
class
UTF8_Exception
extends
Kohana_UTF8_Exception
{}