class Subroutine::Outputs::UnknownOutputError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/subroutine/outputs/unknown_output_error.rb, line 7
def initialize(name)
  super("Unknown output '#{name}'")
end