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
1a9b7343
authored
2019-12-05 14:11:07 +0100
by
fehrlich
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix exeption handling
1 parent
87517607
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/ImmoScoutAPI.php
src/ImmoScoutAPI.php
View file @
1a9b734
...
...
@@ -536,7 +536,7 @@ abstract class ImmoScoutAPI extends GuzzleClient
{
try
{
return
json_decode
((
string
)
$res
->
getBody
(),
true
);
}
catch
(
Exception
$ex
)
{
}
catch
(
\
Exception
$ex
)
{
throw
new
InvalidResponse
(
'invalid json response'
);
}
}
...
...
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