Fix typo
This commit is contained in:
parent
d95b5a9034
commit
11f3aa7b76
|
@ -8,7 +8,7 @@ class InvalidPodcastException extends Exception
|
|||
{
|
||||
}
|
||||
|
||||
class PodcastNotFoundException extends \Aws\CloudFront\Exception\Exception
|
||||
class PodcastNotFoundException extends Exception
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue