Exception: Rookout::Exceptions::RookUnsupportedLocation

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

Constructor Details

#initialize(location) ⇒ RookUnsupportedLocation

Returns a new instance of RookUnsupportedLocation.



246
247
248
249
250
251
# File 'lib/rookout/exceptions.rb', line 246

def initialize location
  super "Unsupported aug location was specified: #{location}",
        {
          "location" => location
        }
end