mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-04 05:59:55 +09:00
6 lines
51 B
PHP
6 lines
51 B
PHP
<?php
|
|
|
|
class DivisionByZeroError extends Error
|
|
{
|
|
}
|