Exception: Tcelfer::DuplicateDayError
- Inherits:
-
StorageError
- Object
- StandardError
- Error
- StorageError
- Tcelfer::DuplicateDayError
- Defined in:
- lib/tcelfer/errors.rb
Overview
When we have a dupe and weren’t asked to overwrite
Instance Method Summary collapse
-
#http_status ⇒ Object
The return value here is used by Sinatra’s error handling It leads into the ‘error 4XX …` blocks.
Instance Method Details
#http_status ⇒ Object
The return value here is used by Sinatra’s error handling It leads into the ‘error 4XX …` blocks
29 30 31 |
# File 'lib/tcelfer/errors.rb', line 29 def http_status 409 end |