This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
forked from pmmp/PocketMine-MP
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add system url resources pack in symply
- Loading branch information
1 parent
f9faed2
commit 0113fa9
Showing
9 changed files
with
334 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
/* | ||
* | ||
* _____ _ | ||
* / ___| | | | ||
* \ `--. _ _ _ __ ___ _ __ | |_ _ | ||
* `--. \ | | | '_ ` _ \| '_ \| | | | | | ||
* /\__/ / |_| | | | | | | |_) | | |_| | | ||
* \____/ \__, |_| |_| |_| .__/|_|\__, | | ||
* __/ | | | __/ | | ||
* |___/ |_| |___/ | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* @author Symply Team | ||
* @link http://www.symplymc.com/ | ||
* | ||
* | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace symply\resourcepacks; | ||
|
||
class InvalidPackChunkURLException extends \Exception | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
/* | ||
* | ||
* _____ _ | ||
* / ___| | | | ||
* \ `--. _ _ _ __ ___ _ __ | |_ _ | ||
* `--. \ | | | '_ ` _ \| '_ \| | | | | | ||
* /\__/ / |_| | | | | | | |_) | | |_| | | ||
* \____/ \__, |_| |_| |_| .__/|_|\__, | | ||
* __/ | | | __/ | | ||
* |___/ |_| |___/ | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* @author Symply Team | ||
* @link http://www.symplymc.com/ | ||
* | ||
* | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace symply\resourcepacks; | ||
|
||
use Exception; | ||
|
||
class PackSizeUnavailable extends Exception | ||
{ | ||
|
||
} |
Oops, something went wrong.