class CLI::Mastermind::UnsupportedFileTypeError

Public Class Methods

new(extension) click to toggle source
Calls superclass method
# File lib/cli/mastermind/errors.rb, line 7
def initialize(extension)
  super "Unsupported file type: #{extension}"
end