class Submarine::MissingFormatKeyError

If no :format_key is sent to Submarine.new, throw this.

Public Class Methods

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