mv lib to app/lib due to upgrade
This commit is contained in:
parent
3d81dd6b57
commit
4ff44aed4c
26 changed files with 75 additions and 78 deletions
6
app/lib/api/errors.rb
Normal file
6
app/lib/api/errors.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Api::Errors
|
||||
class Error < StandardError; end
|
||||
|
||||
# Authentication is handled by Doorkeeper, so no errors for that here
|
||||
class PermissionRequired < Error; end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue