Jeremy Evans wrote:
> http://github.com/jeremyevans/sequel/commit/53a1428c4e3e37369cb811640fe4dbb977a39338
Looks good. The only thing I would add is an inspect method:
module Sequel
class Error < ::StandardError
def inspect
"#<#{self.class}: #{wrapped_exception.inspect}>
end
end
end
--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---