Introduce new classes for checked exceptions. Bug: T328220 Change-Id: Idbcdc09647a857e359e41ecec98212a8937c5c2e
4 lines
56 B
PHP
4 lines
56 B
PHP
<?php
|
|
|
|
class InvalidPSIRException extends Exception {
|
|
}
|