class Prickle::Exceptions::ElementNotFound

Public Class Methods

new(type, identifier, text, caught_exception) click to toggle source
# File lib/prickle/exceptions.rb, line 13
def initialize(type, identifier, text, caught_exception)
  @message = Message::ElementNotFound.new(type, identifier, text, caught_exception).to_s
end