Skip to content

Commit

Permalink
return success
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Oct 30, 2016
1 parent a4c045f commit a63d3dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ PHP_MINIT_FUNCTION(UI_Exceptions)
INIT_NS_CLASS_ENTRY(ce, "UI\\Exception", "RuntimeException", NULL);

uiRuntimeException_ce = zend_register_internal_class_ex(&ce, spl_ce_RuntimeException);

return SUCCESS;
}
#endif

0 comments on commit a63d3dc

Please sign in to comment.