Skip to content

Commit

Permalink
using StandardError insead of Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Babak Gh committed Oct 17, 2018
1 parent e8ba46e commit 8ac7830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bing-ads-reporting/service_core.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module BingAdsReporting
class AuthenticationTokenExpired < Exception; end
class AuthenticationViaOAuthIsRequired < Exception; end
class AuthenticationTokenExpired < StandardError; end
class AuthenticationViaOAuthIsRequired < StandardError; end

class ServiceCore

Expand Down

0 comments on commit 8ac7830

Please sign in to comment.