Exception: CLI::Mastermind::UnsupportedFileTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/cli/mastermind/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(extension) ⇒ UnsupportedFileTypeError

Returns a new instance of UnsupportedFileTypeError.



7
8
9
# File 'lib/cli/mastermind/errors.rb', line 7

def initialize(extension)
  super "Unsupported file type: #{extension}"
end