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.



4
5
6
# File 'lib/require_smasher/errors/not_exist_error.rb', line 4

def initialize(message)
  super(message)
end