Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add JsonParseException
  • Loading branch information
andrzejd-pl committed Jul 30, 2018
commit 43668cf0c67b4f8da4ab1c243a05038c6e0ffa0d
7 changes: 7 additions & 0 deletions src/Httpful/Exception/JsonParseException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Httpful\Exception;

class JsonParseException extends \Exception
{
}