exception class

Two Security Vulnerabilities Force 3 New Releases of MRI Ruby 1....

Ruby Inside  Fri, 02/18/2011 - 20:05

It's been a dies horribilis for MRI Ruby today with two new security vulnerabilities forcing the release of 3 new recommended production versions of the de facto official Ruby interpreter.

The first, a vulnerability in FileUtils.remove_entry_secure affects both 1.8 and 1.9 branches, while the second, a $SAFE mode vulnerability, affects only 1.8.


 

expected exceptions annotations, mocked object calls, oh my. - C...

Planet PHP  Fri, 12/24/2010 - 09:06

Note: I have tested this in PHPUnit 3.4.1 and haven't tried it out in 3.5.
Anyone who has worked with PHPUnit has most likely worked with expected


 

Brandon Savage's Blog: Exceptional PHP: Nesting Exceptions In PH...

PHPDeveloper.org  Thu, 11/12/2009 - 12:43

Brandon Savage continues his introductory series on exception handling in PHP with this new post to his blog.

This time the focus is on methods for nesting exceptions.


 

Brandon Savage's Blog: Exceptional PHP: Extending The Base Excep...

PHPDeveloper.org  Wed, 11/11/2009 - 10:50

Brandon Savage has posted the next part of his series looking at exceptions in PHP.

This new article shows how to create a custom exception layer on top of the built-in handling.


 

DevShed: A Custom Exception Class for Dynamic Twitter Signature ...

PHPDeveloper.org  Thu, 08/27/2009 - 14:04

DevShed has posted the second-to-last part of their tutorial series about creating a Twitter "badge" for your site with the custom icon and latest tweet pulled from the site. This new part looks at handling exceptions thrown by their class.