MerDoLive / AdminPanel

MIT License
0 stars 0 forks source link

Exception Handling in PHP #28

Open merzido opened 6 years ago

akashkulkarni01 commented 6 years ago

Exception handling in PHP is as same as java.so when an error occurs we can throw an exception using try method then it creates an exception object. An exception can be caught using catch method somewhere in the code where we can decide what to do with the particular error and that error can be used to read details about the error.

merzido commented 6 years ago

Hi , did You change Any code is for exception handling ??

merzido commented 6 years ago

@ Mydeen - Please mention the details on How error page to Look like .