Open martinb3 opened 9 years ago
There are some methods that call fail when they should probably call raise, just in case the caller cookbook wants to catch and do something with it, e.g.: https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L31-L55
fail
raise
There are some methods that call
fail
when they should probably callraise
, just in case the caller cookbook wants to catch and do something with it, e.g.: https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L31-L55