refactor guthub api
[pharext/pharext.org] / app / Github / Exception / UserFetchFailed.php
diff --git a/app/Github/Exception/UserFetchFailed.php b/app/Github/Exception/UserFetchFailed.php
deleted file mode 100644 (file)
index b43f884..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace app\Github\Exeption;
-
-class UserFetchFailed extends \Exception implements app\Github\Exception\RequestException
-{
-       function __construct($message, $code, $previous = null) {
-               parent::__construct($message ?: "User fetch request failed", $code, $previous);
-       }
-}