class Npmdc::Errors::Error

Attributes

options[R]

Public Class Methods

new(msg = nil, **options) click to toggle source
Calls superclass method
# File lib/npmdc/errors.rb, line 6
def initialize(msg = nil, **options)
  @options = options

  super(msg)
end

Public Instance Methods

banner() click to toggle source