lib/ballast/errors.rb in ballast-2.0.1 vs lib/ballast/errors.rb in ballast-2.1.0
- old
+ new
@@ -2,10 +2,10 @@
# This file is part of the ballast gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
module Ballast
- # Common errors raised by a Rails application.
+ # Common errors raised by a web application.
module Errors
# The base error raised from an application.
#
# @attribute [r] details
# @return [String|Hash|NilClass] The details of the error. If a Hash, it should contain the keys `status` and `error`.