Method: Deltacloud::Exceptions::MethodNotAllowed#initialize
- Defined in:
- lib/deltacloud/drivers/exceptions.rb
#initialize(e, message = nil) ⇒ MethodNotAllowed
Returns a new instance of MethodNotAllowed.
69 70 71 72 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 69 def initialize(e, =nil) ||= e. super(405, e.class.name, , e.backtrace) end |