forked from kevinowino869/mitrobill
update face detection
This commit is contained in:
13
system/vendor/yosiazwan/php-facedetection/Exception/NoFaceException.php
vendored
Normal file
13
system/vendor/yosiazwan/php-facedetection/Exception/NoFaceException.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Throws exception if face was not detected in `faceDetect` call.
|
||||
*/
|
||||
|
||||
namespace svay\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class NoFaceException extends Exception {
|
||||
|
||||
}
|
Reference in New Issue
Block a user