<?php
class MyClass {
...
PHP Exception handling
by xrstf.myopenid.com,
July 20, 2010 16:30,
1 refactoring, tagged with php, exceptions, pdo, transactions
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 exceptions, arguments, parameters, I/O
This is my first attempt of...
begin
data["body"] = content[1].split(/\W{2,}/)[0].strip()
rescue Exception => e
...
Ruby Exception Handling in Ruby
I have the following code w...
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...