fix: longer exception
This commit is contained in:
@@ -60,7 +60,7 @@ class MarketDataSeeder extends Seeder
|
|||||||
}
|
}
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
|
|
||||||
throw new \Exception('Error: '.substr($e->getMessage(), 0, 250));
|
throw new \Exception('Error: '.substr($e->getMessage(), 0, 500));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user