2017-12-28 20:40:28 +01:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2018-09-21 17:35:51 +02:00
|
|
|
class InvalidThrow extends ClassIssue
|
2017-12-28 20:40:28 +01:00
|
|
|
{
|
2020-02-17 06:04:46 +01:00
|
|
|
const ERROR_LEVEL = -1;
|
2020-03-17 14:19:39 +01:00
|
|
|
const SHORTCODE = 133;
|
2017-12-28 20:40:28 +01:00
|
|
|
}
|