Adding template engine
Adding error handling Adding basic SMTP class core routing is working
This commit is contained in:
10
system/vendor/h2o/errors.php
vendored
Normal file
10
system/vendor/h2o/errors.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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