death-notifier/src/main/php/com/fwdekker/deathnotifier/wikipedia/WikipediaException.php

15 lines
236 B
PHP

<?php
namespace com\fwdekker\deathnotifier\wikipedia;
use Exception;
/**
* Thrown if something goes wrong while interacting with the Wikipedia API.
*/
class WikipediaException extends Exception
{
// Intentionally left empty
}