class CBOR_DIAG::AppParseError
Attributes
Public Class Methods
Source
# File lib/cbor-diagnostic-app/0.rb, line 3 def initialize(msg, pos) @position = pos super(msg) end
Calls superclass method
# File lib/cbor-diagnostic-app/0.rb, line 3 def initialize(msg, pos) @position = pos super(msg) end