1 2 3 4
<?php class MyClass { ...
PHP Exception handling
by xrstf.myopenid.com,
July 20, 2010 16:30,
1 refactoring, tagged with php, exceptions, transactions, pdo
1 2 3 4
parameter, file, text = ARGV if parameter == '-w' #=> write mode ...
Ruby Clumsy file I/O program
by thaostra.myopenid.com,
June 21, 2010 00:06,
1 refactoring, tagged with I/O, exceptions, arguments, parameters
This is my first attempt of...
1 2 3 4
begin data["body"] = content[1].split(/\W{2,}/)[0].strip() rescue Exception => e ...
Ruby Exception Handling in Ruby
I have the following code w...
1 2 3 4
public abstract class I18NException extends Exception { public enum Message implements ExceptionMessage { ...
Java Internationalize Exceptions
This is a template for Exce...
I've got this pattern all o...