Method: Pechkin::AppError.message_not_found

Defined in:
lib/pechkin/app/app_error.rb

.message_not_foundObject



18
19
20
# File 'lib/pechkin/app/app_error.rb', line 18

def message_not_found
  AppError.new(404, 'message not found')
end