class Sentimeta::Error::RecordNotFound
Public Class Methods
new(msg = "Record not found on API")
click to toggle source
Calls superclass method
# File lib/sentimeta/error/record_not_found.rb, line 5 def initialize msg = "Record not found on API" super msg end