mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-28 14:22:22 +08:00
5 lines
51 B
PHP
5 lines
51 B
PHP
<?php
|
|
|
|
class DivisionByZeroError extends Error
|
|
{
|
|
}
|