Exception: BunBo::FileNotFound

Inherits:
BaseError
  • Object
show all
Defined in:
lib/bun_bo/errors/file_not_found.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/bun_bo/errors/file_not_found.rb', line 5

def message
  "File does not exists"
end