Sha256: dca7c4ae2f2a83606f781f35abdf45e7784694e7955d507fdd14360537c2d7bf

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

# Define class for handle errors about inexistent directory

class DirNotExistError < NotExistError
  def initialize(message = 'Directory does not exist')
    super(message)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
require_smasher-0.4.1 lib/require_smasher/errors/not_exist_error/dir_not_exist_error.rb
require_smasher-0.4.0 lib/require_smasher/errors/not_exist_error/dir_not_exist_error.rb