Exception: Bahia::DetectionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bahia.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ DetectionError

Returns a new instance of DetectionError.



8
9
10
# File 'lib/bahia.rb', line 8

def initialize(name)
  super "Unable to detect #{name}. Set Bahia.#{name} before including Bahia."
end