<?php namespace Aws\Efs\Exception; use Aws\Exception\AwsException; /** * Amazon EFS exception. */ class EfsException extends AwsException {}
info at phpclasses dot org