Exception: ShareWith::InvalidLayer

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

Overview

Invalid layer error.

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ InvalidLayer

Returns a new instance of InvalidLayer.



48
49
50
# File 'lib/share_with/utils.rb', line 48

def initialize(args)
  super "Invalid layer: #{args[1]} in #{args[0]} service"
end