Библиотека для cis, online, cms1
This commit is contained in:
commit
3c2e614d87
269 changed files with 39854 additions and 0 deletions
11
h2o/errors.php
Normal file
11
h2o/errors.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* @package h2o.errors
|
||||
*/
|
||||
# Errors
|
||||
class H2o_Error extends Exception {}
|
||||
class ParseError extends H2o_Error {}
|
||||
class TemplateNotFound extends H2o_Error {}
|
||||
class TemplateSyntaxError extends H2o_Error {}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue