Adding modifications from kritbit
This commit is contained in:
18
system/vendor/h2o/errors.php
vendored
18
system/vendor/h2o/errors.php
vendored
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
# Errors
|
||||
class H2o_Error extends Exception {}
|
||||
class ParseError extends H2o_Error {}
|
||||
class TemplateNotFound extends H2o_Error {}
|
||||
class TemplateSyntaxError extends H2o_Error {}
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
# Errors
|
||||
class H2o_Error extends Exception {}
|
||||
class ParseError extends H2o_Error {}
|
||||
class TemplateNotFound extends H2o_Error {}
|
||||
class TemplateSyntaxError extends H2o_Error {}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user