class Boxafe::OptionError

Attributes

option[R]

Public Class Methods

new(msg, option = nil) click to toggle source
Calls superclass method Boxafe::Error::new
# File lib/boxafe.rb, line 22
def initialize msg, option = nil
  super msg
  @option = option
end