Exception: Boar::Exceptions::UnImplemented

Inherits:
Error
  • Object
show all
Defined in:
lib/boar/exceptions.rb

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

Methods inherited from Error

must_raise?

Constructor Details

#initialize(message = nil) ⇒ UnImplemented

Returns a new instance of UnImplemented.



29
30
31
# File 'lib/boar/exceptions.rb', line 29

def initialize(message = nil)
  super(501, message)
end