Open martinb3 opened 9 years ago
I noticed there are some exceptions that aren't scoped to any particular class or module: https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L1-L4
class StatusPendingError < StandardError end class StatusError < StandardError end
These should probably be inside modules whenever possible.
I noticed there are some exceptions that aren't scoped to any particular class or module: https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L1-L4
These should probably be inside modules whenever possible.