mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-02-06 22:08:50 +00:00
7 lines
109 B
PHP
7 lines
109 B
PHP
<?php
|
|
|
|
namespace thiagoalessio\TesseractOCR;
|
|
|
|
class ImageNotFoundException extends TesseractOcrException
|
|
{
|
|
}
|