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.



7
8
9
10
# File 'lib/sem/errors.rb', line 7

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