Skip to content

Commit

Permalink
Drop dead code from MissingTypeException
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed May 11, 2015
1 parent be85420 commit 0ed873f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Deserializers/Exceptions/MissingTypeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,4 @@
*/
class MissingTypeException extends DeserializationException {

protected $unsupportedType;

/**
* @param string $message
* @param \Exception $previous
*/
public function __construct( $message = '', \Exception $previous = null ) {
parent::__construct( $message, $previous );
}

}

0 comments on commit 0ed873f

Please sign in to comment.