Exception: Nydp::Error
Instance Method Summary collapse
- #cause ⇒ Object
-
#initialize(message, nydp_cause = nil) ⇒ Error
constructor
A new instance of Error.
- #nydp_type ⇒ Object
Constructor Details
#initialize(message, nydp_cause = nil) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/nydp/error.rb', line 7 def initialize , nydp_cause=nil super() @nydp_cause = nydp_cause end |