class Lorj::PrcError
Internal PrcError
class object derived from RuntimeError. Internally used with raise. Used to identify the error origin, while an error is thrown.
Attributes
lorj_message[R]
Public Class Methods
new(message = nil)
click to toggle source
# File lib/lorj.rb, line 89 def initialize(message = nil) @lorj_message = message end