class TodoNotFoundError

Error to be raised when there is no registry of a todo with certain ID.

Public Instance Methods

message() click to toggle source
# File lib/errors/todo_not_found_error.rb, line 5
def message
  'Sorry, there is no Todo item with such ID'
end