class Bibliothecary::RemoteParsingError

Attributes

code[RW]

Public Class Methods

new(msg, code) click to toggle source
Calls superclass method
# File lib/bibliothecary/exceptions.rb, line 4
def initialize(msg, code)
  @code = code
  super(msg)
end