mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-17 19:23:40 +00:00
8 lines
106 B
PHP
8 lines
106 B
PHP
|
<?php
|
||
|
|
||
|
namespace thiagoalessio\TesseractOCR;
|
||
|
|
||
|
abstract class TesseractOcrException extends \Exception
|
||
|
{
|
||
|
}
|