Skip to content

Commit

Permalink
Merge pull request #11 from mcordell/standard-error
Browse files Browse the repository at this point in the history
Standard error
  • Loading branch information
mcordell authored Oct 11, 2016
2 parents 504eafb + 6c875f9 commit c5b1ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/grape_devise_token_auth/unauthorized.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GrapeDeviseTokenAuth
class Unauthorized < Exception
class Unauthorized < StandardError
end
end
2 changes: 1 addition & 1 deletion lib/grape_devise_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GrapeDeviseTokenAuth
VERSION = '0.1.3'
VERSION = '0.1.4'
end

0 comments on commit c5b1ead

Please sign in to comment.