mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-02 21:10:10 +02:00
Rename docs, tests and test/ui to doc, test and test/frontend to suite skeleton definition. refs #4212
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
namespace Icinga\Protocol\Statusdat\Exceptions;
|
|
|
|
class ParsingException extends RuntimeException
|
|
{
|
|
|
|
}
|