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