Skip to content

Commit

Permalink
Fixed RDoc comment for new code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed May 23, 2008
1 parent 8948fcb commit c94ac7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/devpay/license_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ def make_request(query_string)
# Wraps the License Service response errors by raising an actual Ruby
# error to later catch.
#
# This method dynamically generates Exception classes inheriting from
# Devpay::Errors::LicenseServiceError under the
# Devpay::Errors::LicenseService module.
#
def raise_error!(name, message)
Errors::LicenseService.const_defined?(name.to_sym) ?
raise(Errors::LicenseService.const_get(name.to_sym), message) :
Expand Down

0 comments on commit c94ac7d

Please sign in to comment.