Class: Sem::Errors::ResourceException

Inherits:
Base
  • Object
show all
Defined in:
lib/sem/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(resource, path) ⇒ ResourceException

Returns a new instance of ResourceException.



15
16
17
18
# File 'lib/sem/errors.rb', line 15

def initialize(resource, path)
  @resource = resource
  @path = path
end