Exception: Bahia::DetectionError
- Inherits:
-
StandardError
- Object
- StandardError
- Bahia::DetectionError
- Defined in:
- lib/bahia.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ DetectionError
constructor
A new instance of DetectionError.
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 |