Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
New exception & fix: Undefined index: action in Ext/DirectBundle/Rout…
Browse files Browse the repository at this point in the history
…er/Call.php when json is invalid
  • Loading branch information
ghua committed Jul 18, 2012
1 parent ee20e26 commit a4a0c4e
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Exception/InvalidJsonException.php
@@ -0,0 +1,5 @@
<?php

namespace Ext\DirectBundle\Exception;

class InvalidJsonException extends \InvalidArgumentException { }

0 comments on commit a4a0c4e

Please sign in to comment.