mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-19 14:52:36 +09:00
changes
This commit is contained in:
12
vendor/knplabs/github-api/lib/Github/Exception/RuntimeException.php
vendored
Normal file
12
vendor/knplabs/github-api/lib/Github/Exception/RuntimeException.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Github\Exception;
|
||||
|
||||
/**
|
||||
* RuntimeException.
|
||||
*
|
||||
* @author Joseph Bielawski <stloyd@gmail.com>
|
||||
*/
|
||||
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user