class Sem::Errors::ResourceException

Public Class Methods

new(resource, path) click to toggle source
# File lib/sem/errors.rb, line 15
def initialize(resource, path)
  @resource = resource
  @path = path
end