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