$this of type Drone\Exception\StorableTrait is incompatible with the type Exception expected by parameter $exception of Drone\Exception\Storage::store().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
The method error() does not exist on Exception. It seems like you code against a sub-type of Exception such as Drone\Exception\Exception.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation