Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Vlad Bukhanets
/
immoscout24-api-php
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Merge Requests
0
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0ac4d8f5
authored
2019-11-11 11:01:10 +0100
by
fehrlich
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix ns for execption
1 parent
95628a5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/exceptions/AuthException.php
src/exceptions/InvalidTokenException.php
src/exceptions/AuthException.php
View file @
0ac4d8f
...
...
@@ -2,6 +2,8 @@
namespace
fehrlich\ScoutAPI\exceptions
;
use
Exception
;
class
AuthException
extends
Exception
{
}
...
...
src/exceptions/InvalidTokenException.php
View file @
0ac4d8f
...
...
@@ -2,6 +2,8 @@
namespace
fehrlich\ScoutAPI\exceptions
;
use
Exception
;
class
InvalidTokenException
extends
Exception
{
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment