class Submarine::MissingAttributesError

If no attributes are sent to Submarine.new, throw this.

Public Class Methods

new(message = 'No attributes provided') click to toggle source
Calls superclass method
# File lib/submarine/exceptions.rb, line 6
def initialize(message = 'No attributes provided')
  super(message)
end