stack trace
Tag details
Welcome to the 'stack trace' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'stack trace'.
Latest blogosphere posts tagged “stack trace”
-
Exceptional PHP: Nesting Exceptions In PHP - Brandon Savage
Computer & Internet - computer-internet.marc8.com —
Authority: 167
In the last two entries we have talked about the concept of layer abstraction : that is, that exceptions should not be allowed to pass out of one layer and into another. So, when an exception is raised in the database layer it should be caught in the controller. read more2 weeks ago -
Exceptional PHP: Extending The Base Exception Class - Brandon Sa...
Computer & Internet - computer-internet.marc8.com —
Authority: 167
On Monday, we talked about the basics of exceptions and how they are used in PHP (as well as in other object-oriented programming languages). As promised, today we are going to talk about extending the base exception class in PHP. read more2 weeks ago
