Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
removed unneeded exception from service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
morphatic committed Aug 14, 2014
1 parent 564e113 commit 5f060e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Morphatic/Qualtrics/QualtricsServiceProvider.php
Expand Up @@ -52,9 +52,6 @@ public function register()
$this->app->error( function( Exceptions\QualtricsException $e ) {
return $e->getCode() . ': ' . $e->getMessage();
});
$this->app->error( function( Exceptions\QualtricsXMLException $e ) {
return $e->getCode() . ': ' . $e->getMessage();
});
$this->app->error( function( Exceptions\MissingParameterException $e ) {
return $e->getCode() . ': ' . $e->getMessage();
});
Expand Down

0 comments on commit 5f060e8

Please sign in to comment.