Exception: NotExistError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/require_smasher/errors/not_exist_error.rb

Overview

Define super class for handle errors about elements that do not exist

Direct Known Subclasses

DirNotExistError

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotExistError

Returns a new instance of NotExistError.



6
7
8
# File 'lib/require_smasher/errors/not_exist_error.rb', line 6

def initialize(message)
  super(message)
end