git.zerozero.pl
Repositories
Back to zerozero.pl
nexus-archive
Code
Commits
Branches
Tags
Search
Tree:
83e25ff
Branches
Tags
main
v0.1.0
v0.1.1
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v1.0.0
nexus-archive
src
Contract
Service
Parser
ParserError.php
Implement parser for Breath 4 leaderboards
Krzysztof Andrzej Sikorski
commited
83e25ff
at 2022-04-24 23:05:30
ParserError.php
Blame
History
Raw
<?php declare(strict_types=1); namespace App\Contract\Service\Parser; use RuntimeException; class ParserError extends RuntimeException { }